Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]Support drds createtable SQL statement #811

Merged
merged 4 commits into from
Jan 13, 2024

Conversation

csynineyang
Copy link
Contributor

@csynineyang csynineyang commented Dec 29, 2023

注:暂时不合并

示例:
create table t13 (a int) dbpartition by hash (a) dbpartitions 2 tbpartition by hash (a) tbpartitions 2;
show tables;
show topology from t13;

Copy link

cr-gpt bot commented Dec 29, 2023

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@codecov-commenter
Copy link

codecov-commenter commented Dec 29, 2023

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (57676e1) 40.47% compared to head (c996807) 40.23%.

Files Patch % Lines
pkg/config/boot_misc.go 12.50% 7 Missing ⚠️
pkg/boot/watcher.go 83.33% 1 Missing ⚠️
pkg/runtime/ast/ast.go 0.00% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #811      +/-   ##
==========================================
- Coverage   40.47%   40.23%   -0.24%     
==========================================
  Files         265      266       +1     
  Lines       26711    26898     +187     
==========================================
+ Hits        10811    10823      +12     
- Misses      14736    14911     +175     
  Partials     1164     1164              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dongzl dongzl changed the title Support drds createtable SQL statement [WIP]Support drds createtable SQL statement Dec 30, 2023
Copy link

cr-gpt bot commented Jan 8, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

Copy link

cr-gpt bot commented Jan 8, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

Copy link

cr-gpt bot commented Jan 8, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

Copy link

sonarcloud bot commented Jan 8, 2024

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

2 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@dongzl dongzl changed the title [WIP]Support drds createtable SQL statement [Feature]Support drds createtable SQL statement Jan 8, 2024
@dongzl dongzl added this to the 0.3.0 milestone Jan 8, 2024
@dongzl dongzl added the enhancement New feature or request label Jan 8, 2024
Copy link
Contributor

@jjeffcaii jjeffcaii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AlexStocks AlexStocks merged commit 56872e8 into arana-db:master Jan 13, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants